home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / include / linux / arcfb.h < prev    next >
C/C++ Source or Header  |  2008-10-24  |  150b  |  9 lines

  1. #ifndef __LINUX_ARCFB_H__
  2. #define __LINUX_ARCFB_H__
  3.  
  4. #define FBIO_WAITEVENT        _IO('F', 0x88)
  5. #define FBIO_GETCONTROL2    _IOR('F', 0x89, size_t)
  6.  
  7. #endif
  8.  
  9.